home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / arm103.zip / RUNGAME.BAT < prev    next >
DOS Batch File  |  1997-07-27  |  168b  |  8 lines

  1. @echo off
  2. echo Loading Armageddon, please wait...
  3. cd\armagdn
  4. rem ^^ set this to your ARMAGEDDON path.
  5. if exist player.dat copy player.dat player.bak
  6. armagdn %1
  7.  
  8.